net.IPConn.writeMsg (method)

2 uses

	net (current package)
		iprawsock.go#L195: 	n, oobn, err = c.writeMsg(b, oob, addr)
		iprawsock_posix.go#L101: func (c *IPConn) writeMsg(b, oob []byte, addr *IPAddr) (n, oobn int, err error) {